1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmContacts
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmContacts))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
33         Me.txtSearchByContactPerson = New System.Windows.Forms.TextBox()
34         Me.txtID = New System.Windows.Forms.TextBox()
35         Me.lblUser = New System.Windows.Forms.Label()
36         Me.Panel3 = New System.Windows.Forms.Panel()
37         Me.btnDelete = New System.Windows.Forms.Button()
38         Me.btnClose = New System.Windows.Forms.Button()
39         Me.btnUpdate = New System.Windows.Forms.Button()
40         Me.btnSave = New System.Windows.Forms.Button()
41         Me.btnNew = New System.Windows.Forms.Button()
42         Me.Panel4 = New System.Windows.Forms.Panel()
43         Me.txtContactNo = New System.Windows.Forms.TextBox()
44         Me.Label2 = New System.Windows.Forms.Label()
45         Me.Label3 = New System.Windows.Forms.Label()
46         Me.txtContactPerson = New System.Windows.Forms.TextBox()
47         Me.dgw = New System.Windows.Forms.DataGridView()
48         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Panel2 = New System.Windows.Forms.Panel()
52         Me.Label1 = New System.Windows.Forms.Label()
53         Me.Panel1.SuspendLayout()
54         Me.GroupBox1.SuspendLayout()
55         Me.Panel3.SuspendLayout()
56         Me.Panel4.SuspendLayout()
57         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
58         Me.Panel2.SuspendLayout()
59         Me.SuspendLayout()
60         
'
61         
'Panel1
62         
'
63         Me.Panel1.BackColor = System.Drawing.Color.White
64         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
65         Me.Panel1.Controls.Add(Me.GroupBox1)
66         Me.Panel1.Controls.Add(Me.txtID)
67         Me.Panel1.Controls.Add(Me.lblUser)
68         Me.Panel1.Controls.Add(Me.Panel3)
69         Me.Panel1.Controls.Add(Me.Panel4)
70         Me.Panel1.Controls.Add(Me.dgw)
71         Me.Panel1.Controls.Add(Me.Panel2)
72         Me.Panel1.Location = New System.Drawing.Point(
7, 6)
73         Me.Panel1.Name =
"Panel1"
74         Me.Panel1.Size = New System.Drawing.Size(
419, 517)
75         Me.Panel1.TabIndex =
2
76         
'
77         
'GroupBox1
78         
'
79         Me.GroupBox1.Controls.Add(Me.txtSearchByContactPerson)
80         Me.GroupBox1.Location = New System.Drawing.Point(
9, 158)
81         Me.GroupBox1.Name =
"GroupBox1"
82         Me.GroupBox1.Size = New System.Drawing.Size(
192, 61)
83         Me.GroupBox1.TabIndex =
45
84         Me.GroupBox1.TabStop = False
85         Me.GroupBox1.Text =
"Search By Contact Person"
86         
'
87         
'txtSearchByContactPerson
88         
'
89         Me.txtSearchByContactPerson.BackColor = System.Drawing.Color.White
90         Me.txtSearchByContactPerson.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.txtSearchByContactPerson.Location = New System.Drawing.Point(
17, 28)
92         Me.txtSearchByContactPerson.Name =
"txtSearchByContactPerson"
93         Me.txtSearchByContactPerson.Size = New System.Drawing.Size(
166, 21)
94         Me.txtSearchByContactPerson.TabIndex =
2
95         
'
96         
'txtID
97         
'
98         Me.txtID.Location = New System.Drawing.Point(
207, 179)
99         Me.txtID.Name =
"txtID"
100         Me.txtID.Size = New System.Drawing.Size(
81, 20)
101         Me.txtID.TabIndex =
44
102         Me.txtID.Visible = False
103         
'
104         
'lblUser
105         
'
106         Me.lblUser.AutoSize = True
107         Me.lblUser.Location = New System.Drawing.Point(
207, 163)
108         Me.lblUser.Name =
"lblUser"
109         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
110         Me.lblUser.TabIndex =
43
111         Me.lblUser.Text =
"Label8"
112         Me.lblUser.Visible = False
113         
'
114         
'Panel3
115         
'
116         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
117         Me.Panel3.Controls.Add(Me.btnDelete)
118         Me.Panel3.Controls.Add(Me.btnClose)
119         Me.Panel3.Controls.Add(Me.btnUpdate)
120         Me.Panel3.Controls.Add(Me.btnSave)
121         Me.Panel3.Controls.Add(Me.btnNew)
122         Me.Panel3.Location = New System.Drawing.Point(
298, 75)
123         Me.Panel3.Name =
"Panel3"
124         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
125         Me.Panel3.TabIndex =
41
126         
'
127         
'btnDelete
128         
'
129         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
130         Me.btnDelete.Enabled = False
131         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
132         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
133         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
134         Me.btnDelete.Name =
"btnDelete"
135         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
136         Me.btnDelete.TabIndex =
3
137         Me.btnDelete.Text =
"&Delete"
138         Me.btnDelete.UseVisualStyleBackColor = True
139         
'
140         
'btnClose
141         
'
142         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
143         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
144         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
145         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
146         Me.btnClose.Name =
"btnClose"
147         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
148         Me.btnClose.TabIndex =
4
149         Me.btnClose.Text =
"&Close"
150         Me.btnClose.UseVisualStyleBackColor = True
151         
'
152         
'btnUpdate
153         
'
154         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
155         Me.btnUpdate.Enabled = False
156         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
157         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
158         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
159         Me.btnUpdate.Name =
"btnUpdate"
160         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
161         Me.btnUpdate.TabIndex =
2
162         Me.btnUpdate.Text =
"&Update"
163         Me.btnUpdate.UseVisualStyleBackColor = True
164         
'
165         
'btnSave
166         
'
167         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
168         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
169         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
170         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
171         Me.btnSave.Name =
"btnSave"
172         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
173         Me.btnSave.TabIndex =
1
174         Me.btnSave.Text =
"&Save"
175         Me.btnSave.UseVisualStyleBackColor = True
176         
'
177         
'btnNew
178         
'
179         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
180         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
181         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
182         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
183         Me.btnNew.Name =
"btnNew"
184         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
185         Me.btnNew.TabIndex =
0
186         Me.btnNew.Text =
"&New"
187         Me.btnNew.UseVisualStyleBackColor = True
188         
'
189         
'Panel4
190         
'
191         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
192         Me.Panel4.Controls.Add(Me.txtContactNo)
193         Me.Panel4.Controls.Add(Me.Label2)
194         Me.Panel4.Controls.Add(Me.Label3)
195         Me.Panel4.Controls.Add(Me.txtContactPerson)
196         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
197         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
198         Me.Panel4.Name =
"Panel4"
199         Me.Panel4.Size = New System.Drawing.Size(
279, 76)
200         Me.Panel4.TabIndex =
0
201         
'
202         
'txtContactNo
203         
'
204         Me.txtContactNo.BackColor = System.Drawing.Color.White
205         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
206         Me.txtContactNo.Location = New System.Drawing.Point(
115, 42)
207         Me.txtContactNo.Name =
"txtContactNo"
208         Me.txtContactNo.Size = New System.Drawing.Size(
153, 21)
209         Me.txtContactNo.TabIndex =
1
210         
'
211         
'Label2
212         
'
213         Me.Label2.AutoSize = True
214         Me.Label2.Location = New System.Drawing.Point(
13, 42)
215         Me.Label2.Name =
"Label2"
216         Me.Label2.Size = New System.Drawing.Size(
76, 15)
217         Me.Label2.TabIndex =
1
218         Me.Label2.Text =
"Contact No. :"
219         
'
220         
'Label3
221         
'
222         Me.Label3.AutoSize = True
223         Me.Label3.Location = New System.Drawing.Point(
13, 15)
224         Me.Label3.Name =
"Label3"
225         Me.Label3.Size = New System.Drawing.Size(
96, 15)
226         Me.Label3.TabIndex =
0
227         Me.Label3.Text =
"Contact Person :"
228         
'
229         
'txtContactPerson
230         
'
231         Me.txtContactPerson.BackColor = System.Drawing.Color.White
232         Me.txtContactPerson.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
233         Me.txtContactPerson.Location = New System.Drawing.Point(
115, 15)
234         Me.txtContactPerson.Name =
"txtContactPerson"
235         Me.txtContactPerson.Size = New System.Drawing.Size(
153, 21)
236         Me.txtContactPerson.TabIndex =
0
237         
'
238         
'dgw
239         
'
240         Me.dgw.AllowUserToAddRows = False
241         Me.dgw.AllowUserToDeleteRows = False
242         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
243         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
244         Me.dgw.BackgroundColor = System.Drawing.Color.White
245         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
246         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
247         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
248         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
250         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
251         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
252         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
253         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
254         Me.dgw.ColumnHeadersHeight =
24
255         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
256         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
257         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
258         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
259         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
260         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
261         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
262         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
263         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
264         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
265         Me.dgw.EnableHeadersVisualStyles = False
266         Me.dgw.GridColor = System.Drawing.Color.White
267         Me.dgw.Location = New System.Drawing.Point(
9, 255)
268         Me.dgw.MultiSelect = False
269         Me.dgw.Name =
"dgw"
270         Me.dgw.ReadOnly = True
271         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
272         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
273         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
274         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
276         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
277         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
278         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
279         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
280         Me.dgw.RowHeadersWidth =
25
281         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
282         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
283         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
284         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
285         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
286         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
287         Me.dgw.RowTemplate.Height =
18
288         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
289         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
290         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
291         Me.dgw.Size = New System.Drawing.Size(
400, 254)
292         Me.dgw.TabIndex =
40
293         
'
294         
'Column1
295         
'
296         Me.Column1.HeaderText =
"ID"
297         Me.Column1.Name =
"Column1"
298         Me.Column1.ReadOnly = True
299         Me.Column1.Visible = False
300         
'
301         
'Column2
302         
'
303         Me.Column2.HeaderText =
"Contact Person"
304         Me.Column2.Name =
"Column2"
305         Me.Column2.ReadOnly = True
306         Me.Column2.Width =
220
307         
'
308         
'Column3
309         
'
310         Me.Column3.HeaderText =
"Contact No."
311         Me.Column3.Name =
"Column3"
312         Me.Column3.ReadOnly = True
313         Me.Column3.Width =
150
314         
'
315         
'Panel2
316         
'
317         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
318         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
319         Me.Panel2.Controls.Add(Me.Label1)
320         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
321         Me.Panel2.Name =
"Panel2"
322         Me.Panel2.Size = New System.Drawing.Size(
400, 62)
323         Me.Panel2.TabIndex =
0
324         
'
325         
'Label1
326         
'
327         Me.Label1.AutoSize = True
328         Me.Label1.BackColor = System.Drawing.Color.Transparent
329         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
330         Me.Label1.ForeColor = System.Drawing.Color.White
331         Me.Label1.Location = New System.Drawing.Point(
120, 18)
332         Me.Label1.Name =
"Label1"
333         Me.Label1.Size = New System.Drawing.Size(
134, 24)
334         Me.Label1.TabIndex =
0
335         Me.Label1.Text =
"Contact Entry"
336         
'
337         
'frmContacts
338         
'
339         Me.AcceptButton = Me.btnSave
340         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
341         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
342         Me.BackColor = System.Drawing.Color.DarkSlateGray
343         Me.ClientSize = New System.Drawing.Size(
433, 530)
344         Me.Controls.Add(Me.Panel1)
345         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
346         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
347         Me.MaximizeBox = False
348         Me.MinimizeBox = False
349         Me.Name =
"frmContacts"
350         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
351         Me.Panel1.ResumeLayout(False)
352         Me.Panel1.PerformLayout()
353         Me.GroupBox1.ResumeLayout(False)
354         Me.GroupBox1.PerformLayout()
355         Me.Panel3.ResumeLayout(False)
356         Me.Panel4.ResumeLayout(False)
357         Me.Panel4.PerformLayout()
358         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
359         Me.Panel2.ResumeLayout(False)
360         Me.Panel2.PerformLayout()
361         Me.ResumeLayout(False)
362
363     End Sub
364     Friend WithEvents Panel1 As System.Windows.Forms.Panel
365     Friend WithEvents Panel4 As System.Windows.Forms.Panel
366     Friend WithEvents Label3 As System.Windows.Forms.Label
367     Friend WithEvents txtContactPerson As System.Windows.Forms.TextBox
368     Friend WithEvents dgw As System.Windows.Forms.DataGridView
369     Friend WithEvents Panel2 As System.Windows.Forms.Panel
370     Friend WithEvents Label1 As System.Windows.Forms.Label
371     Friend WithEvents Panel3 As System.Windows.Forms.Panel
372     Friend WithEvents btnDelete As System.Windows.Forms.Button
373     Friend WithEvents btnClose As System.Windows.Forms.Button
374     Friend WithEvents btnUpdate As System.Windows.Forms.Button
375     Friend WithEvents btnSave As System.Windows.Forms.Button
376     Friend WithEvents btnNew As System.Windows.Forms.Button
377     Friend WithEvents txtID As System.Windows.Forms.TextBox
378     Friend WithEvents lblUser As System.Windows.Forms.Label
379     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
380     Friend WithEvents Label2 As System.Windows.Forms.Label
381     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
382     Friend WithEvents txtSearchByContactPerson As System.Windows.Forms.TextBox
383     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
384     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
385     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
386
387 End Class


Gõ tìm kiếm nhanh...